projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65f7fb0
)
Use pango_fc_font_map_config_changed
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 31 Jul 2015 04:50:47 +0000
(
00:50
-0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 31 Jul 2015 04:50:47 +0000
(
00:50
-0400)
Use pango_fc_font_map_confit_changed() instead of
pango_fc_font_map_cache_clear().
https://bugzilla.gnome.org/show_bug.cgi?id=748772
gtk/gtksettings.c
patch
|
blob
|
history
diff --git
a/gtk/gtksettings.c
b/gtk/gtksettings.c
index 05a6b6de1611fd6f70e4ebaecabc9f0f00318b13..1f75dff2ee2c550673c46b663119d99c4543ba56 100644
(file)
--- a/
gtk/gtksettings.c
+++ b/
gtk/gtksettings.c
@@
-3070,7
+3070,7
@@
settings_update_fontconfig (GtkSettings *settings)
/* bug 547680 */
if (PANGO_IS_FC_FONT_MAP (fontmap) && !FcConfigUptoDate (NULL))
{
- pango_fc_font_map_c
ache_clear
(PANGO_FC_FONT_MAP (fontmap));
+ pango_fc_font_map_c
onfig_changed
(PANGO_FC_FONT_MAP (fontmap));
if (FcInitReinitialize ())
update_needed = TRUE;
}